home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / misc / libx11inc.lha / X11 / Xm / DragOverS.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-13  |  952 b   |  39 lines

  1. /* 
  2.  * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC.
  3.  * ALL RIGHTS RESERVED
  4. */ 
  5. /*   $RCSfile: DragOverS.h,v $ $Revision: 1.13 $ $Date: 92/05/14 12:50:25 $ */
  6. /*
  7. *  (c) Copyright 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  8. #ifndef _XmDragOverS_h
  9. #define _XmDragOverS_h
  10.  
  11. #include <Xm/Xm.h>
  12. #include <Xm/DragC.h>
  13. #include <Xm/DragIcon.h>
  14.  
  15. #ifdef __cplusplus
  16. extern "C" {
  17. #endif
  18.  
  19.  
  20. /***********************************************************************
  21.  *
  22.  * DragOverShell Widget
  23.  *
  24.  ***********************************************************************/
  25.  
  26. /* Class record constants */
  27.  
  28. typedef struct _XmDragOverShellRec     *XmDragOverShellWidget;
  29. typedef struct _XmDragOverShellClassRec     *XmDragOverShellWidgetClass;
  30.  
  31. extern WidgetClass    xmDragOverShellWidgetClass;
  32.  
  33. #ifdef __cplusplus
  34. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  35. #endif
  36.  
  37. #endif /* _XmDragOverS_h */
  38. /* DON'T ADD STUFF AFTER THIS #endif */
  39.